home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Musee d'Orsay / ORSAY / DATAOR / BAL.DXR / 00028.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  226 b   |  17 lines

  1. on mouseDown
  2.   quit()
  3. end
  4.  
  5. on wait wichtime
  6.   set timedeb to the timer
  7.   repeat while (the timer - timedeb) < (wichtime * 60)
  8.     if the mouseDown then
  9.       quit()
  10.     end if
  11.   end repeat
  12. end
  13.  
  14. on startMovie
  15.   cursor(200)
  16. end
  17.